home *** CD-ROM | disk | FTP | other *** search
- object Form10: TForm10
- Left = 357
- Top = 129
- BorderStyle = bsNone
- Caption = 'Form10'
- ClientHeight = 153
- ClientWidth = 129
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 130
- Height = 130
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Button1: TButton
- Left = 0
- Top = 128
- Width = 57
- Height = 25
- Caption = 'Try It'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 56
- Top = 128
- Width = 73
- Height = 25
- Caption = 'Enter Code'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-